FX1 ReadMe
===========
This sample application demonstrates how to use the Grid and Timer controls.


Playing the Game
=================
Objective:  The object of this game is to fill the bottom row with Xs, without filling the 
            shaded row.

* To start the game click on the Start button.
* To end the game click on the Clear button.
* To change the speed at which the Xs fall, click the Speed button.

  Note: The game speed is the timer interval in miliseconds.  There are four speed options:
        150, 250, 350, and 450.  The default is 250.

* To move the group of Xs to the left click the < button.
* To move the group of Xs to the right click the > button.
* To rotate the position of the group of Xs, click the Rot button.



As soon as the bottom row is filled with x's this row disappears and you're score is increased.

If the final position of an x is in the shaded row (the third row from the bottom), the game is over
and your score is displayed.


Additional Information
=======================
This sample runs on the Windows CE Emulator.

For more information on the Grid and Timer controls, see the eMbedded Visual Basic 3.0 online documentation.